home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / lzw4w10.zip / DISPLAY.H < prev    next >
Text File  |  1994-07-05  |  243b  |  10 lines

  1. /* display.h */
  2. void FAR PASCAL DisplayInit(HWND);
  3. int  FAR PASCAL GetCol(void);
  4. int  FAR PASCAL GetRow(void);
  5. void FAR PASCAL DisplayText(char *);
  6. void FAR PASCAL DisplayPaint(HDC,PAINTSTRUCT *);
  7.  
  8. #define NROWS 25
  9. #define NCOLS 40
  10.